Version 3.40
~~~~~~~~~
Fixes:
(+) "DecimalPlaces" handling of TSCCurrencyEdit is fixed.

New features:
(+) "EditCursor" property is added to Editable controls.
(+) "UseThousandsProperty" added to TSCIntSpinEdit, TSCSpinnerEdit and TSCFloatSpinEdit.
(+) "DecimalPlaces" property is added to TSCFloatSpinEdit controls.
(+) "Control" property that helps embeding external controls into a TSCStatusBarPanel is added to TSCStatusBar.
(+) "InsideFrame" property is added to ButtonProps of editable controls that helps to use buttons inside or outside control.
(+) Saving properties of a control to a file and loading it back from file is added to all controls. (Right click on control at design time)

New controls:
(+) SCNavEdit control is added to pack.

Version 3.30
~~~~~~~~~
(+) Some "ItemIndex" calculation bugs of TSCCombobox and TSCComboboxEx are fixed.
(+) SCColorCombobox drawing bug is fixed.
(+) "FocusTextColor" property of editable controls is fixed.
(+) Align problem of Advanced panels on form's Maximized state is fixed.
(+) SCNavButton was causing error while trying to operate on closed datasets.

New features:
(+) "EnterAsTab" property is added to Editable controls which helps "Enter" key to act as "Tab" key.

Version 3.25
~~~~~~~~~
Fixes:
(+) Deleting last selected text was tringering AutoComplete.
(+) SCDBListBoxEx was setting Empty string.
(+) TSCColorPalette was not drawing cell borders correctly when "ShowButtons" was set to "False".
(+) TSCListGroup was causing "Stack overflow" exception on form load.

New features:
(+) "Values" and "SelectedValue" properties added to SCCombobox, SCListBox and their variants.
(+) "UseValues" property added to SCDBCombobox, SCDBListBox, SCDBComboboxEx and SCDBListBoxEx.
(+) "scGradientScheme" support added to TSCColorPalette.
(+) "EditValue" property added to all editable controls.


Version 3.20
~~~~~~~~~
Fixes:
(+) Setting "EditFormat" to "sccfFloat" was causing error in TSCCurrencySpinEdit.
(+) Height of edit control was being calculated wrong when "AutoSize" was set to "True".

New features:
(+) Vertical "Layout" property (scelTop, scelCenter, scelBottom) implemented to all edit controls.
(+) scesOffice2003 "Style" added to AdvancedEditBoxes.
(+) scbsOffice2003 and scbsDarkling styles added to SCButton and SCSpeedButton.
(+) MultiMonitor support added to DropDown controls.
(+) "PopupType" (sccpMonthYear, sccpMonth) property added to TSCCalendar and TSCPopupCalendar.


